home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
CMCD0404.ISO
/
Software
/
Shareware
/
Programare
/
sharp
/
wwwSharp_setup.exe
/
{app}
/
Examples
/
RssPublisher
/
Source
/
RssPublisher.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2004-02-04
|
2KB
|
123 lines
BODY
{
color: #555753;
font-family: georgia;
font-size: 12pt/20pt;
background: ivory url("wrinkls.jpg") repeat;
margin: 0px;
padding: 5px;
overflow: auto;
}
BUTTON
{
background-color: ivory;
width: 150px;
margin: 0px;
font-family: georgia;
font-size: 9pt;
}
INPUT
{
clear: both;
}
#divSite
{
width: 100%;
/*overflow: auto;*/
}
#divArticles
{
border: 2px inset;
width: 100%;
height: expression(parentElement.clientHeight - offsetTop - 25);
background: ivory repeat;
/*overflow: auto;*/
}
#divArticleList
{
float: left;
width: 30%;
height: 100%;
overflow: scroll;
}
#tblArticle
{
float: left;
clear: right;
}
H1
{
font: italic normal 150% georgia;
letter-spacing: 1px;
margin-bottom: 0px;
color: #7D775C;
}
H2
{
font: italic normal 125% georgia;
letter-spacing: 1px;
margin-bottom: 0px;
color: #7D775C;
}
H3
{
font: italic normal 110% georgia;
letter-spacing: 1px;
margin-bottom: 0px;
color: #7D775C;
}
#creator
{
font-size: 10pt;
margin: 0px
}
#tblArticleList A
{
width: 100%;
text-decoration: none;
color: #7D775C;
}
#tblArticleList A:hover
{
background-color: #99CC33;
text-decoration: none;
color: white;
}
#tblSite INPUT, TEXTAREA
{
width: 300px;
}
#tblArticle INPUT
{
width: 450px;
}
#divXML
{
background: white;
border: 2px inset;
width: 100%;
height: expression(body.clientHeight - 40);
overflow: hidden;
}
#txtXML
{
width: 100%;
height: 100%;
}